home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Hand Picked Software
/
Hand Picked Software.iso
/
applicat
/
bondcalc
/
printtxt.bat
< prev
next >
Wrap
DOS Batch File
|
1995-03-13
|
336b
|
23 lines
echo off
cls
echo .
echo .
echo .
echo .
echo Make sure that your printer is on line...
echo .
echo And that the paper is loaded. You will need 2 sheets...
echo .
echo Press "Ctrl-Break" if you wish to cancel...
echo .
echo .
echo .
pause
echo .
echo .
echo Printing...
copy slvit4.txt prn
echo .
echo .
echo Done